home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / bluej / bluejsetup-203.exe / {app} / lib / chinese / templates / newclass / enum.tmpl < prev    next >
Text File  |  2004-12-19  |  260b  |  12 lines

  1. $PKGLINE
  2. /**
  3.  * Enumeration class $CLASSNAME - write a description of the enum class here
  4.  * 
  5.  * @author (your name here)
  6.  * @version (version number or date here)
  7.  */
  8. public enum $CLASSNAME
  9. {
  10.     monday, tuesday, wednesday, thursday, friday, saturday, sunday;
  11. }
  12.